export declare const InlineRemoveButton: React.FC<{
    onClick: () => void;
}>;
