import { PropsWithChildren } from 'react'; interface PreviewProps extends PropsWithChildren { visible?: boolean; } declare const Preview: import("react").NamedExoticComponent; export default Preview;