interface CopyRowOrThrobberProps { title: string; value?: string; valueText?: string; smallText?: string; disabled?: boolean; } export declare function CopyRowOrThrobber({ title, value, valueText, smallText, disabled }: CopyRowOrThrobberProps): import("react/jsx-runtime").JSX.Element; export {};