import type { Generic } from 'adopted-style-sheets';
export type UnitPropType = string;
export type PropUnit = {
    unit: UnitPropType;
};
export declare const validateUnit: (component: Generic.Element.Component, value?: UnitPropType) => void;
