export declare const StyledEditorContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; interface StyledEditorIframeProps { $minHeight?: number; $maxHeight?: number; $hidden?: boolean; } export declare const StyledEditorIframe: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLIFrameElement>, StyledEditorIframeProps>> & string; export declare const StyledEditorRoot: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit> & string & Omit & { getTestIds: (testIdProp?: import("@pega/cosmos-react-core").TestIdProp["testId"]) => import("@pega/cosmos-react-core").TestIdsRecord; }, keyof import("react").Component>; export declare const StyledEditPopover: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & import("@pega/cosmos-react-core").ForwardProps, never>> & string & Omit<((props: import("@pega/cosmos-react-core").PopoverProps & import("@pega/cosmos-react-core").ForwardProps) => import("react").ReactElement | null), keyof import("react").Component>; export declare const StyledFormDialog: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<(Omit void; onCancel: import("@pega/cosmos-react-core/lib/components/Dialog/Dialog.types").FormAction; onSubmit: import("@pega/cosmos-react-core/lib/components/Dialog/Dialog.types").FormAction; } & { heading: string; additionalInfo?: import("@pega/cosmos-react-core").AdditionalInfoProps; 'aria-label'?: never; } & Omit, "aria-label" | "onSubmit" | "onCancel" | "heading" | keyof import("@pega/cosmos-react-core/lib/components/Dialog/Dialog.types").BaseDialogProps | "onDismiss" | "additionalInfo">, "ref"> & import("react").RefAttributes, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject | null | undefined; }) | (Omit void; onCancel: import("@pega/cosmos-react-core/lib/components/Dialog/Dialog.types").FormAction; onSubmit: import("@pega/cosmos-react-core/lib/components/Dialog/Dialog.types").FormAction; } & { heading?: never; 'aria-label': string; additionalInfo?: never; } & Omit, "aria-label" | "onSubmit" | "onCancel" | "heading" | keyof import("@pega/cosmos-react-core/lib/components/Dialog/Dialog.types").BaseDialogProps | "onDismiss" | "additionalInfo">, "ref"> & import("react").RefAttributes, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject | null | undefined; }), import("styled-components/dist/types").BaseObject>> & string & Omit & import("react").RefAttributes>, keyof import("react").Component>; interface StyledSourceTextareaProps { $minHeight?: number; $maxHeight?: number; } export declare const StyledSourceTextarea: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLTextAreaElement>, StyledSourceTextareaProps>> & string; export {}; //# sourceMappingURL=Editor.styles.d.ts.map