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