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