import { GeneralSize } from '@mezzanine-ui/system/size'; export type InputCheckSize = GeneralSize; export declare const inputCheckPrefix = "mzn-input-check"; export declare const inputCheckClasses: { readonly host: "mzn-input-check"; readonly size: (size: InputCheckSize) => string; readonly disabled: "mzn-input-check--disabled"; readonly error: "mzn-input-check--error"; readonly segmented: "mzn-input-check--segmented"; readonly withLabel: "mzn-input-check--with-label"; readonly control: "mzn-input-check__control"; readonly controlFocused: "mzn-input-check__control--focused"; readonly controlSegmented: "mzn-input-check__control--segmented"; readonly label: "mzn-input-check__label"; readonly hint: "mzn-input-check__hint"; };