import { default as React } from 'react';
import { IconStyles } from './types';
interface CancelIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const CancelIcon: React.FC<CancelIconProps>;
export default CancelIcon;
//# sourceMappingURL=Cancel.d.ts.map