import type { Generic } from 'adopted-style-sheets'; export type HasIconsWhenExpandedPropType = boolean; export type PropHasIconsWhenExpanded = { hasIconsWhenExpanded: HasIconsWhenExpandedPropType; }; export declare const validateHasIconsWhenExpanded: (component: Generic.Element.Component, value?: HasIconsWhenExpandedPropType) => void;