import { ListInterface } from './list.types'; export declare function listTheme(props: ListInterface): any; export declare function listItemTheme(props: ListInterface): any;