import { type AutoFocusProps } from './AutoFocus.types'; /** * `AutoFocus` is a component that automatically focuses its child element when they are added to the document. * It is useful when you want to focus on a specific element when the component is mounted. * It doesn't render any DOM node. * @example * * ```tsx * * * * * // You can also use it with the additional condition * * * * ``` */ export declare const AutoFocus: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=AutoFocus.d.ts.map