/**
 * External dependencies
 */
import type { ReactNode } from 'react';
export interface ClipboardButtonProps {
    children: ReactNode;
    onCopy: () => void;
    onFinishCopy?: () => void;
    text: string;
    __next40pxDefaultSize?: boolean;
}
//# sourceMappingURL=types.d.ts.map