import { FC } from 'react';
export type CloseIconProps = {
    height?: number;
    width?: number;
};
export declare const CloseIcon: FC<CloseIconProps>;
