import type { CSSMixinDescriptor, ElementProps, Handle, MixinDescriptor, Props, RemixNode } from '@remix-run/ui'; /** * Base button styling with the default `type="button"` behavior for ` * ``` */ export declare function Button(handle: Handle): () => RemixNode; export {};