import { ModalStylesType } from '../../../../components/modal/types/modalTheme';
import { ModalVariantType } from './variants';
export declare const MODAL_STYLES: ModalStylesType<ModalVariantType>;
