import { StyleOptions } from '../../types'; export interface ListStylePositionProps { /** * The **`list-style-position`** CSS property sets the position of the `::marker` relative to a list item. * * @see https://developer.mozilla.org/docs/Web/CSS/list-style-position */ style$ListStylePosition: T; } export declare const listStylePosition: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;