///
import { show } from './show';
export type { ModalProps } from './modal';
export type { ModalShowProps, ModalShowHandler } from './show';
declare const _default: import("react").NamedExoticComponent & {
show: typeof show;
};
export default _default;