/// <reference types="react" />
declare const CloseSvg: (props: {
    [otherOptions: string]: unknown;
}) => JSX.Element;
export default CloseSvg;
//# sourceMappingURL=CloseSvg.d.ts.map