import { Orientation } from '@mezzanine-ui/system/orientation'; import { InputCheckSize } from './inputCheck'; export type InputCheckGroupOrientation = Orientation; export declare const inputCheckGroupPrefix: "mzn-input-check-group"; export declare const inputCheckGroupClasses: { readonly host: "mzn-input-check-group"; readonly orientation: (orientation: InputCheckGroupOrientation) => string; readonly segmented: "mzn-input-check-group--segmented"; readonly size: (size: InputCheckSize) => string; };