export declare const LinkButton: import("react").FunctionComponent & import("react").AnchorHTMLAttributes & { text?: string; contentRight?: React.ReactNode; contentLeft?: React.ReactNode; additionalContent?: React.ReactNode; isLoading?: boolean; loader?: React.ReactNode; disabled?: boolean; view?: string; size?: string; } & import("react").RefAttributes>;