import type { Generic } from 'adopted-style-sheets'; export type IndeterminatePropType = boolean; export type PropIndeterminate = { indeterminate: IndeterminatePropType; }; export declare const validateIndeterminate: (component: Generic.Element.Component, value?: IndeterminatePropType) => void;