import _List from './list';
import { WithInstallType } from '../shared';
import { TdListProps } from './type';
import './style';
export * from './type';
export declare type ListProps = TdListProps;
export declare const List: WithInstallType<typeof _List>;
export default List;