declare const _default: {
    name: string;
    props: {
        useTotalCount: {
            type: BooleanConstructor;
            default: boolean;
        };
        totalCount: {
            type: NumberConstructor;
            default: number;
        };
        title: {
            type: StringConstructor;
            default: string;
        };
    };
};
export default _default;
