import { TTheme } from '../../../types/TTheme';
declare const focusStyle: import('styled-components').RuleSet<{
    theme: TTheme;
}>;
export default focusStyle;
