import type { Brand } from 'effect'; export declare namespace Button { export type Scale = (typeof scaleValues)[number]; export type Variant = LmvzDS.Variant; } export declare namespace Chip { export type Type = (typeof chipTypes)[number]; export type Size = (typeof chipSizes)[number]; } declare const chipSizes: readonly ["default", "small"]; declare const chipTypes: readonly ["active", "warning", "success", "error", "neutral"]; export declare namespace Components { /** * @deprecated use `lmvz-button` instead */ export interface LmvzAction { } /** * A keyboard-navigable action list component implementing the WAI-ARIA `menu` pattern. * Renders a styled `