import { SVGProps } from 'react';
export type DefaultIconProps = SVGProps<SVGSVGElement> & {
    color?: string;
};
//# sourceMappingURL=types.d.ts.map