import React from "react"; export declare const preBlockVariants: (props?: ({ variant?: "surface" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; interface PreBlockProps { children: React.ReactNode; variant?: "surface"; } export declare function PreBlock({ children, variant }: PreBlockProps): React.JSX.Element; export {}; //# sourceMappingURL=PreBlock.d.ts.map