import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface EventBusyIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function EventBusyIcon({ size, color, style, className, ...props }: EventBusyIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EventBusy.d.ts.map