/** * Renders the generate-narrative mark: lines of text beside a sparkle. * @param props - Component props. * @param props.color - Fill for the glyph; defaults to `currentColor`. * @param props.size - Edge length in pixels. * @returns The glyph. * @internal */ export declare function NarrativeGenerateIcon({ color, size, }: { color?: string; size?: number; }): import("react/jsx-runtime").JSX.Element;