import { IListStyleProps, IListStyles } from './List.types';
export declare function getStyles(props: IListStyleProps): IListStyles;
