export declare function useResolveButtonType(props: { type?: string; as?: TTag; }, element: HTMLElement | null): string | undefined;