import type { CheckboxState } from './types'; export declare const getComponentCss: (state: CheckboxState, _disabled: boolean, compact: boolean, _hideLabel: boolean) => string; //# sourceMappingURL=diwa-checkbox-styles.d.ts.map