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