/** * Renders a component at the next idle time. * * @param {*} props */ export declare function Async({ children, placeholder }: { children: any; placeholder: any; }): any;