export declare const styles: { shared: { container: string; modal: string; header: string; content: string; close: string; }; }; export declare const BaseModal: { (props: import("@button-inc/component-library/esm/Modal").Props): JSX.Element; Header(props: any): JSX.Element; Content(props: any): JSX.Element; Footer(props: any): JSX.Element; Close(props: any): JSX.Element; }; export default BaseModal;