///
import * as React from "react";
import * as ce from "../../helpers/componentEnhancer";
export interface ParentProps {
icon?: string | Array;
label?: string;
isActive?: boolean;
isSubmit?: boolean;
classNames?: Array;
onClick?: (e) => any;
href?: string;
}
declare const _default: React.ComponentType;
export default _default;