/** * @deprecated Renamed to {@link PixelIconButton}. Removal target: 3.0.0 * (see ADR-0004). This file exists so the SSOT manifest has a dedicated * sibling source; the canonical definition (and the package-root export) * lives in PixelIconButton.tsx. Intentionally NOT added to the actions * barrel — the alias is already exported there via PixelIconButton. */ export { PxlKitButton, type PxlKitButtonProps } from './PixelIconButton';