import * as CSS from "csstype"; import { Config } from "../utils/prop-config"; import { ResponsiveValue } from "../utils"; export declare const list: Config; export interface ListProps { listStyleType?: ResponsiveValue; /** * The CSS `list-style-position` property */ listStylePosition?: ResponsiveValue; /** * The CSS `list-style-position` property */ listStylePos?: ResponsiveValue; /** * The CSS `list-style-image` property */ listStyleImage?: ResponsiveValue; /** * The CSS `list-style-image` property */ listStyleImg?: ResponsiveValue; } //# sourceMappingURL=list.d.ts.map