import { SegmentEventType } from '../../types/event'; export declare type EventIconProps = { type: SegmentEventType; size?: 'sm'; decoration?: 'error'; }; export declare const EventIcon: ({ type, size, decoration }: EventIconProps) => JSX.Element; //# sourceMappingURL=index.d.ts.map