import { Size } from '../types'; /** * Modal styles */ export declare const ModalHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLElement>, { $marginBottom?: string; }>> & string; export declare const StyledModalHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLElement>, "$marginBottom"> & { $marginBottom?: string; }, { $marginBottom?: string; $size?: string; $height?: number; }>> & string; export declare const ImageContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { $height: number; }>> & string; export declare const ImageOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { $height: number; }>> & string; export declare const Column: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const ModalTitleSection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLElement>, never>> & string; export declare const ModalHeaderActionsWithImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { $hasBackButton?: boolean; }>> & string; export declare const ModalHeaderActions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const FlexContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const ModalHoverModifier: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const CloseButtonWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { $size?: Size; $hasImage?: boolean; }>> & string; export declare const BackButtonWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { $size?: Size; $hasImage?: boolean; }>> & string; export declare const ModalTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLHeadingElement>, { $fontSize?: string; }>> & string; export declare const ModalNoteSection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLElement>, { $state: string; $size?: string; }>> & string; export declare const ModalBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLElement>, { $size?: string; $overflow?: string; $hasContentBorders?: boolean; }>> & string; export declare const ModalFooter: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLElement>, { $size?: Size; }>> & string; export declare const getBackgroundColor: (state: string, theme: any) => string; export declare const getNoteMessageColor: (state: string, theme: any) => string;