import Descriptions from './Descriptions';
import type { IDefinePlugin } from '../types/index';
export * from './type';
export { descriptionsProps } from './props';
export declare const ProDescriptions: IDefinePlugin<typeof Descriptions>;
