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