import { Meta } from '@storybook/react'; import { BackdropProps } from './Backdrop'; type BackdropStoryProps = BackdropProps & { visible: boolean; }; declare const _default: Meta; export default _default; export declare const BackdropExample: import('storybook/internal/csf').AnnotatedStoryFn;