import type { Generic } from 'adopted-style-sheets';
export type DownloadPropType = string;
export type PropDownload = {
    download?: DownloadPropType;
};
export declare const validateDownload: (component: Generic.Element.Component, value?: DownloadPropType) => void;
