import type { SVGProps } from "react"; export interface LocationExclamationIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function LocationExclamationIcon({ className, size, color, ...props }: LocationExclamationIconProps): import("react").JSX.Element; //# sourceMappingURL=location-exclamation-icon.d.ts.map