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