import _Result from './result';
import { WithInstallType } from '../shared';
import './style';
import { TdResultProps } from './type';
export * from './type';
export declare type ResultProps = TdResultProps;
export declare const Result: WithInstallType<typeof _Result>;
export default Result;
