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