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