import React from "react"; export declare const BaseButton: React.ForwardRefExoticComponent | undefined; size?: import("./types").ButtonSize | undefined; variant: import("./types").BaseButtonVariant; destructive?: boolean | undefined; endIcon?: React.ReactNode; loading?: boolean | undefined; trackName: string; trackData?: object | undefined; } & Omit & import("../../hocs/withTooltip").ITooltipProps & { /** * Defines the displayable text for label. */ title?: string | undefined; /** * Defines an displayable icon on the left side. */ icon?: React.ReactNode; }, "ref"> & React.RefAttributes & import("../../hocs/withTooltip").ITooltipProps, "ref"> & React.RefAttributes>;