/// type SVGProps = { color?: string; light?: boolean; }; export default function SVGClose({ color, light }: SVGProps): JSX.Element; export {};