export type Props = {
    onApprove: VoidFunction;
    onDecline: VoidFunction;
};
export declare const RemoveConfirmation: ({ onApprove, onDecline }: Props) => null;
