interface CopyCodeButtonProps {
    code: string;
    copiedLabel?: string;
    copyLabel?: string;
}
export declare function CopyCodeButton({ code, copyLabel, copiedLabel, }: CopyCodeButtonProps): import("react/jsx-runtime").JSX.Element;
export declare namespace CopyCodeButton {
    var displayName: string;
}
export {};
