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