import type { Generic } from 'adopted-style-sheets';
import type { WatchStringOptions } from '../utils';
export type AcceptPropType = string;
export type PropAccept = {
    accept: AcceptPropType;
};
export declare const validateAccept: (component: Generic.Element.Component, value?: AcceptPropType, options?: WatchStringOptions) => void;
