import { ComponentChildren } from 'preact'; import { Space } from '../../types/space.js'; export type InlineProps = { children: ComponentChildren; space?: InlineSpace; }; export type InlineSpace = Space; export declare const Inline: import("preact").FunctionalComponent, "ref"> & { ref?: import("preact").Ref | undefined; }>; //# sourceMappingURL=inline.d.ts.map