import type { ExtractPropTypes, PropType } from 'vue'; import type { ResultStatusType } from './interface'; export declare function resultProps(): { prefixCls: StringConstructor; icon: any; status: { type: PropType; default: string; }; title: any; subTitle: any; extra: any; }; export type ResultProps = Partial>>;