import { CSSProp } from 'styled-components';
export declare const getFocusStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => CSSProp;
