import { ComponentChildren } from 'preact';
export type CodeProps = {
    children: ComponentChildren;
};
export declare const Code: import("preact").FunctionalComponent<Omit<import("../../utilities/create-component.js").MixinHTMLElementAttributes<HTMLSpanElement, CodeProps>, "ref"> & {
    ref?: import("preact").Ref<HTMLSpanElement> | undefined;
}>;
//# sourceMappingURL=code.d.ts.map