import { FC } from 'react'; import { CloseInterface } from './close.types'; export declare const Close: FC;