export declare function CopyCell(props: {
    text?: string;
    minWidth?: number;
}): import("react/jsx-runtime").JSX.Element;
