import { TabSizeProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface TabSizeProps { /** * The **`tab-size`** CSS property is used to customize the width of a tab (`U+0009`) character. * * @see https://developer.mozilla.org/docs/Web/CSS/tab-size */ style$TabSize: T; } export declare const tabSize: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;