import type { IconName } from "@blueprintjs/icons"; import type { Intent } from "./intent"; export declare const DISPLAYNAME_PREFIX = "Blueprint6"; /** * Alias for all valid HTML props for `
` element. * Does not include React's `ref` or `key`. */ export type HTMLDivProps = React.HTMLAttributes; /** * Alias for all valid HTML props for `` element. * Does not include React's `ref` or `key`. */ export type HTMLInputProps = React.InputHTMLAttributes; /** * Alias for all valid HTML props for `