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