import { TdListProps } from './type';
import { PropType } from 'vue';
declare const _default: {
    asyncLoading: {
        type: PropType<TdListProps["asyncLoading"]>;
    };
    footer: {
        type: PropType<TdListProps["footer"]>;
    };
    header: {
        type: PropType<TdListProps["header"]>;
    };
    layout: {
        type: PropType<TdListProps["layout"]>;
        default: TdListProps["layout"];
        validator(val: TdListProps["layout"]): boolean;
    };
    scroll: {
        type: PropType<TdListProps["scroll"]>;
    };
    size: {
        type: PropType<TdListProps["size"]>;
        default: TdListProps["size"];
        validator(val: TdListProps["size"]): boolean;
    };
    split: BooleanConstructor;
    stripe: BooleanConstructor;
    onLoadMore: PropType<TdListProps["onLoadMore"]>;
    onScroll: PropType<TdListProps["onScroll"]>;
};
export default _default;
