import { type VariantProps } from "class-variance-authority"; /** Raised keyboard-key chip; sizes control type scale and padding. */ export declare const kbdVariants: (props?: ({ size?: "default" | "sm" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type KbdVariantProps = VariantProps; export type KbdSize = NonNullable; //# sourceMappingURL=variants.d.ts.map