/** * Public SVG-string icon constants for the `@bloklabs/core/icons` subpath. * * AUTO-GENERATED from `src/components/icons/index.ts` by * `scripts/generate-icons-dts.mjs`. Do NOT edit by hand — re-run the script. * * Kept self-contained (no `../src` re-export) so consumers' `tsc` never pulls * raw implementation source into their program. Enforced by * `test/unit/architecture/published-types-no-src-refs.test.ts`. */ export declare const IconCheck: string; export declare const IconWand: string; export declare const IconCross: string; export declare const IconBold: string; export declare const IconItalic: string; export declare const IconLink: string; export declare const IconMarker: string; export declare const IconEquation: string; export declare const IconSuperscript: string; export declare const IconSubscript: string; export declare const IconClearFormat: string; export declare const IconUnderline: string; export declare const IconStrikethrough: string; export declare const IconReplace: string; export declare const IconMenu: string; export declare const IconPlus: string; export declare const IconMinus: string; export declare const IconChevronDown: string; export declare const IconChevronLeft: string; export declare const IconChevronRight: string; export declare const IconSearch: string; export declare const IconH1: string; export declare const IconH2: string; export declare const IconH3: string; export declare const IconH4: string; export declare const IconH5: string; export declare const IconH6: string; export declare const IconHeading: string; export declare const IconText: string; export declare const IconTextSizeSmall: string; export declare const IconTextSizeLarge: string; export declare const IconWarning: string; export declare const IconToggleList: string; export declare const IconListBulleted: string; export declare const IconListNumbered: string; export declare const IconListChecklist: string; export declare const IconTable: string; export declare const IconHeaderRow: string; export declare const IconPreview: string; export declare const IconHeaderColumn: string; export declare const IconInsertAbove: string; export declare const IconInsertBelow: string; export declare const IconInsertLeft: string; export declare const IconInsertRight: string; export declare const IconArrowUp: string; export declare const IconMoveDown: string; export declare const IconMoveLeft: string; export declare const IconMoveRight: string; export declare const IconCopy: string; export declare const IconPencil: string; export declare const IconTrash: string; export declare const IconDotsHorizontal: string; export declare const IconToggleH1: string; export declare const IconToggleH2: string; export declare const IconToggleH3: string; export declare const IconToggleH4: string; export declare const IconToggleH5: string; export declare const IconToggleH6: string; export declare const IconGlobe: string; export declare const IconBookmark: string; export declare const IconMail: string; export declare const IconHash: string; export declare const IconReturn: string; export declare const IconQuote: string; export declare const IconCallout: string; export declare const IconPaintRoller: string; export declare const IconSpacer: string; export declare const IconCode: string; export declare const IconCodeBlock: string; export declare const IconEmojiSparkles: string; export declare const IconEmojiWink: string; export declare const IconEmojiBowl: string; export declare const IconEmojiGamepad: string; export declare const IconEmojiMap: string; export declare const IconEmojiHearts: string; export declare const IconEmojiStar: string; export declare const IconEmojiSmile: string; export declare const IconEmojiSprout: string; export declare const IconEmojiUtensils: string; export declare const IconEmojiBall: string; export declare const IconEmojiLightbulb: string; export declare const IconEmojiHeart: string; export declare const IconEmojiFlag: string; export declare const IconEmojiGlobe: string; export declare const IconEmojiDice: string; export declare const IconEmojiTrash: string; export declare const IconDatabase: string; export declare const IconBoard: string; export declare const IconGallery: string; export declare const IconList: string; export declare const IconCalendar: string; export declare const IconMergeCells: string; export declare const IconSplitCell: string; export declare const IconSplitView: string; export declare const IconPlacement: string; export declare const IconImage: string; export declare const IconImageBroken: string; export declare const IconUploadFailed: string; export declare const IconLinkExternal: string; export declare const IconArrowDownLine: string; export declare const IconAlignLeft: string; export declare const IconAlignCenter: string; export declare const IconAlignRight: string; export declare const IconCaption: string; export declare const IconCrop: string; export declare const IconExpandFullscreen: string; export declare const IconCollapseFullscreen: string; export declare const IconPlayerPlay: string; export declare const IconPlayerPause: string; export declare const IconPlayerBackward: string; export declare const IconPlayerForward: string; export declare const IconPlayerVolume: string; export declare const IconPlayerVolumeMute: string; export declare const IconPlayerSettings: string; export declare const IconPlayerPip: string; export declare const IconPlayerTheater: string; export declare const IconPlayerSpeed: string; export declare const IconPlayerLoop: string; export declare const IconUpload: string; export declare const IconDownload: string; export declare const IconSelect: string; export declare const IconMultiSelect: string; export declare const IconColumns: string; export declare const IconVideo: string; export declare const IconMusic: string; export declare const IconMap: string; export declare const IconChart: string; export declare const IconMessage: string; export declare const IconFile: string; export declare const IconFileDoc: string; export declare const IconFileSheet: string; export declare const IconFileSlides: string; export declare const IconFileArchive: string; export declare const buildIconColumnsCount: (count: number) => string;