import type { Generic } from 'adopted-style-sheets'; export type VariantClassNamePropType = string; export type PropVariantClassName = { variant: VariantClassNamePropType; }; export declare const validateVariantClassName: (component: Generic.Element.Component, value?: VariantClassNamePropType) => void;