import type { ValuesOf } from "../../util/typings.js"; export declare const CheckboxShapes: { readonly circular: "circular"; readonly square: "square"; }; export type CheckboxShape = ValuesOf; export declare const CheckboxSizes: { readonly medium: "medium"; readonly large: "large"; }; export type CheckboxSize = ValuesOf; //# sourceMappingURL=checkbox.options.d.ts.map