import { ModalScrollPosition } from '../../models'; export declare const ModalStyled: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { isOpen: boolean; }, never>; interface ModalBoxProps { loading?: boolean; centered?: boolean; maxWidth?: number; maxHeight?: number; css?: string; } export declare const ModalBox: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ModalBoxProps, never>; interface ModalBodyProps { ref?: any; scrollPosition?: ModalScrollPosition; css?: string; } export declare const ModalBody: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ModalBodyProps, never>; interface ModalFooterProps { css?: string; } export declare const ModalFooter: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ModalFooterProps, never>; export {}; //# sourceMappingURL=index.style.d.ts.map