import { TextIndentProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface TextIndentProps { /** * The **`text-indent`** CSS property sets the length of empty space (indentation) that is put before lines of text in a block. * * @see https://developer.mozilla.org/docs/Web/CSS/text-indent */ style$TextIndent: T; } export declare const textIndent: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;