import { ZBooleanIcon_Props } from '@zurich/dev-utils/code/BooleanIcon';
export type BooleanIcon_StyleProps = {
/** ## BooleanIcon
*
* The `z-boolean-icon` attribute set to `default` will inject the z-fav styling
* for `type="checkbox"` inputs
*
*
* ---
* ### Attributes:
*
* - `disabled`: _( boolean )_ blocks the interaction with the component.
* - `checked`: _( boolean )_ sets the checkbox as checked.
*
* ---
* ### Examples:
* - `default`:
* ```html
*
* ```
* 
*
* - `checked`:
* ```html
*
* ```
* 
*
* ---
* ### References:
* - #### [ Documentation](./inputs/boolean_icon)
*/
'z-boolean-icon'?: ZBooleanIcon_Props['config'];
};