import { OutlineOffsetProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface OutlineOffsetProps { /** * The **`outline-offset`** CSS property sets the amount of space between an outline and the edge or border of an element. * * @see https://developer.mozilla.org/docs/Web/CSS/outline-offset */ style$OutlineOffset: T; } export declare const outlineOffset: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;