import * as React from 'react'; type Props = { isOpen: boolean; onChange: () => void; title: string; children: React.ReactNode; }; declare const _default: React.NamedExoticComponent; export default _default;