import { StyleOptions } from '../../types'; export interface OutlineColorProps { /** * The **`outline-color`** CSS property sets the color of an element's outline. * * @see https://developer.mozilla.org/docs/Web/CSS/outline-color */ style$OutlineColor: T; } export declare const outlineColor: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;