import type React from "react";
interface Props {
    label?: string;
    color?: string;
    onClick?: (arg?: any) => void;
    disabled?: boolean;
    isHidden?: boolean;
    highlight?: string;
    size?: number;
    width?: number;
    isGlow?: boolean;
}
export declare const HexBtn: React.FC<Props>;
export {};
//# sourceMappingURL=HexBtn.d.ts.map