import { FC } from 'react';
type MinusProps = {
    className?: string;
    title?: string;
};
export declare const Minus: FC<MinusProps>;
export {};
