export declare const CheckboxDefault: import("react").FunctionComponent & import("../../../components/Checkbox/Checkbox.types").CheckboxProps & import("react").RefAttributes>; export declare const CheckboxOutline: import("react").FunctionComponent & import("../../../components/Checkbox/Checkbox.types").CheckboxProps & import("react").RefAttributes>; /** * Флажок или чекбокс. Позволяет пользователю управлять параметром с двумя состояниями — ☑ включено и ☐ отключено. */ export declare const Checkbox: import("react").ForwardRefExoticComponent<((Omit & import("../../../components/Checkbox/Checkbox.types").CheckboxProps & import("react").RefAttributes, "ref">, "appearance"> & { appearance?: "default"; }) | (Omit & import("../../../components/Checkbox/Checkbox.types").CheckboxProps & import("react").RefAttributes, "ref">, "appearance"> & { appearance: "outline"; })) & import("react").RefAttributes>; //# sourceMappingURL=Checkbox.d.ts.map