import type { CSSProperties } from 'react'; export default function CloseLight(props: { className?: string; style?: CSSProperties; }): JSX.Element;