import { PaperProps } from '../Paper/Paper.type'; export declare type ListProps = PaperProps & { fitAll?: boolean; fitTop?: boolean; fitBottom?: boolean; }; //# sourceMappingURL=List.type.d.ts.map