import type { TokensType } from '../theme/interface';
export declare const varCreator: (TOKENS: TokensType) => {
    overlay_z_index: number;
    overlay_background_color: string;
};
