import { InjectionKey } from 'vue'; export declare const PowerfulTableSymbol: InjectionKey; export declare const JustifyFunSymbol: InjectionKey<(v: string) => string>; export declare const SizeSymbol: InjectionKey;