import { StyleOptions } from '../../types'; export interface ListStyleImageProps { /** * The **`list-style-image`** CSS property sets an image to be used as the list item marker. * * @see https://developer.mozilla.org/docs/Web/CSS/list-style-image */ style$ListStyleImage: T; } export declare const listStyleImage: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;