import * as React from 'react'; import { ListType } from '../../dtos'; export declare const DefaultListHeader: React.FC<{ className?: string; list: ListType; }>;