export default function CloseIcon({ width, height, fill, ...props }: { [x: string]: any; width?: number | undefined; height?: number | undefined; fill?: string | undefined; }): import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=Close.d.ts.map