import { Theme } from '@plurid/plurid-themes';
export interface IStyledLinkButton {
    theme: Theme;
    level: number;
    isDisabled?: boolean;
    inline?: boolean;
    isActive?: boolean;
}
export declare const StyledLinkButton: any;
export declare const StyledLinkButtonLoading: import("styled-components").StyledComponent<"div", any, {}, never>;
