export declare const List: (styleProps: any) => string; export declare const ListItem: (styleProps: any) => string; export declare const getOrderedProperties: (styleProps: any) => string; export declare const getHorizontalProperties: (styleProps: any) => string;