import React from "react"; import { Icon } from "./react.js"; declare const _default: { component: import("@lit/react").ReactWebComponent; title: string; argTypes: { name: { control: { type: string; }; options: string[]; }; size: { control: { type: string; }; options: string[]; }; locale: { control: { type: string; }; options: string[]; }; }; }; export default _default; export declare const Default: (args: React.ComponentProps) => React.JSX.Element; export declare const Example: () => React.JSX.Element;