import { PropsWithChildren } from 'react'; export type CloseProps = PropsWithChildren<{}>; export declare const Close: { ({ children, ...rest }: { [x: string]: any; children: any; }): import("react/jsx-runtime").JSX.Element; displayName: string; };