export {}; export interface MaskProps extends Omit, 'children'> { visible: boolean; onClose?: () => void; afterVisibleChange?: (visible: boolean) => void; }