import type { Generic } from 'adopted-style-sheets';
declare const alternativeButtonLinkRolePropTypeOptions: readonly ["button", "link", "tab", "treeitem"];
export type AlternativeButtonLinkRolePropType = (typeof alternativeButtonLinkRolePropTypeOptions)[number];
export type PropAlternativeButtonLinkRole = {
    role: AlternativeButtonLinkRolePropType;
};
export declare const validateAlternativeButtonLinkRole: (component: Generic.Element.Component, value?: AlternativeButtonLinkRolePropType) => void;
export {};
