import { Api, Props } from '../types/types'; export declare function Fabio(props: Props & { onApiReady?: (api: Api) => void; }): import("preact").JSX.Element | null;