import { InjectionKey } from 'vue'; import { TdRowProps } from './type'; export declare const rowInjectionKey: InjectionKey<{ gutter: TdRowProps['gutter']; }>;