export interface RCCSystemLoginButtonOptions { ariaLabel?: string; className?: string; fontSize?: number | string; fullWidth?: boolean; href: string; logoSize?: number | string; padding?: number | string; size?: 'default' | 'compact'; target?: string; variant?: 'default' | 'light' | 'dark'; } export declare function createRCCSystemLoginButton(options: RCCSystemLoginButtonOptions): HTMLAnchorElement;