import { AiSparkIconProps } from '../AiAssistant/types'; /** * Four-point spark with concave curved edges — the filled, organic "AI" glyph * used across the AiAssistant components (FAB, panel header). */ declare const AiSparkIcon: ({ size, color, variant }: AiSparkIconProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default AiSparkIcon;