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