import type { SpriteProps } from "../../common/utils.js"; export declare const sprites: { headerRowID: (props: SpriteProps) => string; headerNumber: (props: SpriteProps) => string; headerCode: (props: SpriteProps) => string; headerString: (props: SpriteProps) => string; headerBoolean: (props: SpriteProps) => string; headerAudioUri: (props: SpriteProps) => string; headerVideoUri: (props: SpriteProps) => string; headerEmoji: (props: SpriteProps) => string; headerImage: (props: SpriteProps) => string; headerUri: (props: SpriteProps) => string; headerPhone: (props: SpriteProps) => string; headerMarkdown: (props: SpriteProps) => string; headerDate: (props: SpriteProps) => string; headerTime: (props: SpriteProps) => string; headerEmail: (props: SpriteProps) => string; headerReference: (props: SpriteProps) => string; headerIfThenElse: (props: SpriteProps) => string; headerSingleValue: (props: SpriteProps) => string; headerLookup: (props: SpriteProps) => string; headerTextTemplate: (props: SpriteProps) => string; headerMath: (props: SpriteProps) => string; headerRollup: (props: SpriteProps) => string; headerJoinStrings: (props: SpriteProps) => string; headerSplitString: (props: SpriteProps) => string; headerGeoDistance: (props: SpriteProps) => string; headerArray: (props: SpriteProps) => string; rowOwnerOverlay: (props: SpriteProps) => string; protectedColumnOverlay: (props: SpriteProps) => string; renameIcon: (props: SpriteProps) => string; }; export type HeaderIconMap = Readonly; //# sourceMappingURL=sprites.d.ts.map