type VNode = any;
import { FeedbackInternalOptions } from '@sentry/core';
// replaced import from preact
export interface Props {
    options: FeedbackInternalOptions;
}
export declare function DialogHeader({ options }: Props): VNode;
//# sourceMappingURL=DialogHeader.d.ts.map
