import * as React from 'react'; /** * Drawn here: `lucide-react` is unshimmed, so a plugin cannot import it. Icon *names* work in * registrations, where the host resolves them. Labels live on each button's aria-label. */ export declare function Glyph({ children }: { children: React.ReactNode; }): React.JSX.Element; export declare function CheckIcon(): React.JSX.Element; export declare function XIcon(): React.JSX.Element; /** Smaller than the button glyphs — it sits inside a 24px swatch, not a 32px button. */ export declare function PlusIcon(): React.JSX.Element; //# sourceMappingURL=icons.d.ts.map