import type { FlattenSimpleInterpolation } from "styled-components";
import type * as React from "react";
import type defaultTheme from "../../../defaultTheme";
declare const formElementFocus: ({ theme, error, }: {
    theme: typeof defaultTheme;
    error?: React.ReactNode;
}) => FlattenSimpleInterpolation;
export default formElementFocus;
