declare const styles: {
    root: string;
    overlay: string;
    main: string;
    rootIsSmall: string;
    rootIsSmallLeft: string;
    rootIsSmallFluid: string;
    rootIsMedium: string;
    rootIsLarge: string;
    rootIsXLarge: string;
    rootIsCustom: string;
    rootIsFixed: string;
    rootIsOpen: string;
    closeButton: string;
    contentInner: string;
    rootHasCloseButton: string;
    header: string;
    content: string;
    footerInner: string;
    footer: string;
    footerIsSticky: string;
    headerText: string;
};
export = styles;
