import type { Generic } from 'adopted-style-sheets';
export type AdjustHeightPropType = boolean;
export type PropAdjustHeight = {
    adjustHeight: AdjustHeightPropType;
};
export declare const validateAdjustHeight: (component: Generic.Element.Component, value?: AdjustHeightPropType) => void;
