export declare const ChipAppearance: { readonly outline: "outline"; readonly block: "block"; }; export type ChipAppearance = (typeof ChipAppearance)[keyof typeof ChipAppearance];