import * as PReact from "./preact-shim.ts";
export interface SpanProps {
    text: string;
}
export declare const Span: PReact.FunctionComponent<SpanProps>;
