import type tokens from '@atlaskit/tokens/token-names';
export declare const isLegacyElevation: (name: string) => false | {
    background: keyof typeof tokens;
    shadow: keyof typeof tokens;
};
