import type { ErrorCtx } from '../../internal/errors/types'; /** Error codes for component * * `Object.freeze` is needed to keep modification outside of the object unavailable * * ## Code 1: * If using the disabled prop, a loading cannot be set at the same time * * ## Code 2: * If using the external prop, a href prop must be associated with it */ export declare const ButtonErrors: readonly ErrorCtx[];