import React from 'react'; interface Props { isDisabled?: boolean; onDelete: () => void; approveLabel: string; declineLabel: string; } export declare const BrandSectionDeleteActionButton: React.FC; export {};