/*! * Original code by Mantinedev * MIT Licensed, Copyright (c) 2021 Vitaly Rtishchev. * * Credits to the Mantinedev team: * https://github.com/mantinedev/mantine/tree/master/src/mantine-styles/src/theme/functions/fns/focus-styles */ import { SystemStyleObject, ThemeVars } from "../types"; export declare function focusStyles(vars: ThemeVars): SystemStyleObject;