import type { IconDefinition } from '../internals/index.js'; export declare const alignRightIcon: { name: string; viewBox: number; type: { default: string; }; }; declare module '@blueprintui/icons' { interface IconRegistry { ['align-right']: IconDefinition; } }