type Props = {
    onCopy?: () => void;
    children?: string;
};
export declare const VuiCode: ({ onCopy, children }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
