interface SemanticSwatchProps { name: string; description?: string; } export declare const SemanticSwatch: ({ name, description }: SemanticSwatchProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ColorSwatch.d.ts.map