import { ComponentType } from 'react'; import { ModalConfig } from './typings'; export declare const Modals: ComponentType<{ config: ModalConfig; }>;