/// interface EmptyCardContentProps { fieldLabel: string; isUpdating: boolean; readOnly: boolean; onMediaDialogOpenChange: (open: boolean) => void; } export declare function EmptyCardContent(props: EmptyCardContentProps): JSX.Element; export {};