import { ModalProps } from './types'; export declare function styleModal(props: ModalProps): { wrapper: string[]; dialog: string[]; backdrop: string[]; bottomSheetHandler: string[]; };