export default chartUtilities; export const nswChartPaletteTokens: Readonly<{ blue01: "--nsw-palette-blue-01"; blue02: "--nsw-palette-blue-02"; blue03: "--nsw-palette-blue-03"; blue04: "--nsw-palette-blue-04"; purple01: "--nsw-palette-purple-01"; purple02: "--nsw-palette-purple-02"; purple03: "--nsw-palette-purple-03"; purple04: "--nsw-palette-purple-04"; fuchsia01: "--nsw-palette-fuchsia-01"; fuchsia02: "--nsw-palette-fuchsia-02"; fuchsia03: "--nsw-palette-fuchsia-03"; fuchsia04: "--nsw-palette-fuchsia-04"; red01: "--nsw-palette-red-01"; red02: "--nsw-palette-red-02"; red03: "--nsw-palette-red-03"; red04: "--nsw-palette-red-04"; orange01: "--nsw-palette-orange-01"; orange02: "--nsw-palette-orange-02"; orange03: "--nsw-palette-orange-03"; orange04: "--nsw-palette-orange-04"; brown01: "--nsw-palette-brown-01"; brown02: "--nsw-palette-brown-02"; brown03: "--nsw-palette-brown-03"; brown04: "--nsw-palette-brown-04"; yellow01: "--nsw-palette-yellow-01"; yellow02: "--nsw-palette-yellow-02"; yellow03: "--nsw-palette-yellow-03"; yellow04: "--nsw-palette-yellow-04"; green01: "--nsw-palette-green-01"; green02: "--nsw-palette-green-02"; green03: "--nsw-palette-green-03"; green04: "--nsw-palette-green-04"; teal01: "--nsw-palette-teal-01"; teal02: "--nsw-palette-teal-02"; teal03: "--nsw-palette-teal-03"; teal04: "--nsw-palette-teal-04"; black: "--nsw-palette-black"; grey01: "--nsw-palette-grey-01"; grey02: "--nsw-palette-grey-02"; grey03: "--nsw-palette-grey-03"; grey04: "--nsw-palette-grey-04"; offWhite: "--nsw-palette-off-white"; white: "--nsw-palette-white"; }>; export const defaultNswChartPalette: Readonly<{ blue01: "#002664"; blue02: "#146cfd"; blue03: "#8ce0ff"; blue04: "#cbedfd"; purple01: "#441170"; purple02: "#8055f1"; purple03: "#cebfff"; purple04: "#e6e1fd"; fuchsia01: "#65004d"; fuchsia02: "#d912ae"; fuchsia03: "#f4b5e6"; fuchsia04: "#fddef2"; red01: "#630019"; red02: "#d7153a"; red03: "#ffb8c1"; red04: "#ffe6ea"; orange01: "#941b00"; orange02: "#f3631b"; orange03: "#ffce99"; orange04: "#fdeddf"; brown01: "#523719"; brown02: "#b68d5d"; brown03: "#e8d0b5"; brown04: "#ede3d7"; yellow01: "#694800"; yellow02: "#faaf05"; yellow03: "#fde79a"; yellow04: "#fff4cf"; green01: "#004000"; green02: "#00aa45"; green03: "#a8edb3"; green04: "#dbfadf"; teal01: "#0b3f47"; teal02: "#2e808e"; teal03: "#8cdbe5"; teal04: "#d1eeea"; black: "#000000"; grey01: "#22272b"; grey02: "#495054"; grey03: "#cdd3d6"; grey04: "#ebebeb"; offWhite: "#f2f2f2"; white: "#ffffff"; }>; export const nswAboriginalChartPaletteTokens: Readonly<{ earthRed: "--nsw-aboriginal-palette-earth-red"; emberRed: "--nsw-aboriginal-palette-ember-red"; coralPink: "--nsw-aboriginal-palette-coral-pink"; galahPink: "--nsw-aboriginal-palette-galah-pink"; deepOrange: "--nsw-aboriginal-palette-deep-orange"; orangeOchre: "--nsw-aboriginal-palette-orange-ochre"; clayOrange: "--nsw-aboriginal-palette-clay-orange"; sunsetOrange: "--nsw-aboriginal-palette-sunset-orange"; bushHoneyYellow: "--nsw-aboriginal-palette-bush-honey-yellow"; sandstoneYellow: "--nsw-aboriginal-palette-sandstone-yellow"; goldenWattleYellow: "--nsw-aboriginal-palette-golden-wattle-yellow"; sunbeamYellow: "--nsw-aboriginal-palette-sunbeam-yellow"; riverbedBrown: "--nsw-aboriginal-palette-riverbed-brown"; firewoodBrown: "--nsw-aboriginal-palette-firewood-brown"; claystoneBrown: "--nsw-aboriginal-palette-claystone-brown"; macadamiaBrown: "--nsw-aboriginal-palette-macadamia-brown"; charcoalGrey: "--nsw-aboriginal-palette-charcoal-grey"; emuGrey: "--nsw-aboriginal-palette-emu-grey"; ashGrey: "--nsw-aboriginal-palette-ash-grey"; smokeGrey: "--nsw-aboriginal-palette-smoke-grey"; bushlandGreen: "--nsw-aboriginal-palette-bushland-green"; marshlandLime: "--nsw-aboriginal-palette-marshland-lime"; gumleafGreen: "--nsw-aboriginal-palette-gumleaf-green"; saltbushGreen: "--nsw-aboriginal-palette-saltbush-green"; billabongBlue: "--nsw-aboriginal-palette-billabong-blue"; saltwaterBlue: "--nsw-aboriginal-palette-saltwater-blue"; lightWaterBlue: "--nsw-aboriginal-palette-light-water-blue"; coastalBlue: "--nsw-aboriginal-palette-coastal-blue"; bushPlum: "--nsw-aboriginal-palette-bush-plum"; spiritLilac: "--nsw-aboriginal-palette-spirit-lilac"; lilliPilliPurple: "--nsw-aboriginal-palette-lilli-pilli-purple"; duskPurple: "--nsw-aboriginal-palette-dusk-purple"; black: "--nsw-aboriginal-palette-black"; offWhite: "--nsw-aboriginal-palette-off-white"; white: "--nsw-aboriginal-palette-white"; }>; export const defaultNswAboriginalChartPalette: Readonly<{ earthRed: "#950906"; emberRed: "#e1261c"; coralPink: "#fbb4b3"; galahPink: "#fdd9d9"; deepOrange: "#882600"; orangeOchre: "#ee6314"; clayOrange: "#f4aa7d"; sunsetOrange: "#f9d4be"; bushHoneyYellow: "#895e00"; sandstoneYellow: "#fea927"; goldenWattleYellow: "#fee48c"; sunbeamYellow: "#fff1c5"; riverbedBrown: "#552105"; firewoodBrown: "#9e5332"; claystoneBrown: "#d39165"; macadamiaBrown: "#e9c8b2"; charcoalGrey: "#272727"; emuGrey: "#555555"; ashGrey: "#ccc6c2"; smokeGrey: "#e5e3e0"; bushlandGreen: "#215834"; marshlandLime: "#78a146"; gumleafGreen: "#b5cda4"; saltbushGreen: "#dae6d1"; billabongBlue: "#00405e"; saltwaterBlue: "#0d6791"; lightWaterBlue: "#84c5d1"; coastalBlue: "#c1e2e8"; bushPlum: "#472642"; spiritLilac: "#9a5e93"; lilliPilliPurple: "#c99ac2"; duskPurple: "#e4cce0"; black: "#000000"; offWhite: "#f2f2f2"; white: "#ffffff"; }>; export const defaultNswInkIndex: Readonly<{ '--nsw-palette-blue-01': { baseColor: string; inkColor: string; }; '--nsw-palette-blue-02': { baseColor: string; inkColor: string; }; '--nsw-palette-blue-03': { baseColor: string; inkColor: string; }; '--nsw-palette-blue-04': { baseColor: string; inkColor: string; }; '--nsw-palette-purple-01': { baseColor: string; inkColor: string; }; '--nsw-palette-purple-02': { baseColor: string; inkColor: string; }; '--nsw-palette-purple-03': { baseColor: string; inkColor: string; }; '--nsw-palette-purple-04': { baseColor: string; inkColor: string; }; '--nsw-palette-fuchsia-01': { baseColor: string; inkColor: string; }; '--nsw-palette-fuchsia-02': { baseColor: string; inkColor: string; }; '--nsw-palette-fuchsia-03': { baseColor: string; inkColor: string; }; '--nsw-palette-fuchsia-04': { baseColor: string; inkColor: string; }; '--nsw-palette-red-01': { baseColor: string; inkColor: string; }; '--nsw-palette-red-02': { baseColor: string; inkColor: string; }; '--nsw-palette-red-03': { baseColor: string; inkColor: string; }; '--nsw-palette-red-04': { baseColor: string; inkColor: string; }; '--nsw-palette-orange-01': { baseColor: string; inkColor: string; }; '--nsw-palette-orange-02': { baseColor: string; inkColor: string; }; '--nsw-palette-orange-03': { baseColor: string; inkColor: string; }; '--nsw-palette-orange-04': { baseColor: string; inkColor: string; }; '--nsw-palette-brown-01': { baseColor: string; inkColor: string; }; '--nsw-palette-brown-02': { baseColor: string; inkColor: string; }; '--nsw-palette-brown-03': { baseColor: string; inkColor: string; }; '--nsw-palette-brown-04': { baseColor: string; inkColor: string; }; '--nsw-palette-yellow-01': { baseColor: string; inkColor: string; }; '--nsw-palette-yellow-02': { baseColor: string; inkColor: string; }; '--nsw-palette-yellow-03': { baseColor: string; inkColor: string; }; '--nsw-palette-yellow-04': { baseColor: string; inkColor: string; }; '--nsw-palette-green-01': { baseColor: string; inkColor: string; }; '--nsw-palette-green-02': { baseColor: string; inkColor: string; }; '--nsw-palette-green-03': { baseColor: string; inkColor: string; }; '--nsw-palette-green-04': { baseColor: string; inkColor: string; }; '--nsw-palette-teal-01': { baseColor: string; inkColor: string; }; '--nsw-palette-teal-02': { baseColor: string; inkColor: string; }; '--nsw-palette-teal-03': { baseColor: string; inkColor: string; }; '--nsw-palette-teal-04': { baseColor: string; inkColor: string; }; '--nsw-palette-black': { baseColor: string; inkColor: string; }; '--nsw-palette-grey-01': { baseColor: string; inkColor: string; }; '--nsw-palette-grey-02': { baseColor: string; inkColor: string; }; '--nsw-palette-grey-03': { baseColor: string; inkColor: string; }; '--nsw-palette-grey-04': { baseColor: string; inkColor: string; }; '--nsw-palette-off-white': { baseColor: string; inkColor: string; }; '--nsw-palette-white': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-earth-red': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-ember-red': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-coral-pink': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-galah-pink': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-deep-orange': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-orange-ochre': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-clay-orange': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-sunset-orange': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-bush-honey-yellow': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-sandstone-yellow': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-golden-wattle-yellow': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-sunbeam-yellow': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-riverbed-brown': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-firewood-brown': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-claystone-brown': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-macadamia-brown': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-charcoal-grey': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-emu-grey': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-ash-grey': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-smoke-grey': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-bushland-green': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-marshland-lime': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-gumleaf-green': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-saltbush-green': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-billabong-blue': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-saltwater-blue': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-light-water-blue': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-coastal-blue': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-bush-plum': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-spirit-lilac': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-lilli-pilli-purple': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-dusk-purple': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-black': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-off-white': { baseColor: string; inkColor: string; }; '--nsw-aboriginal-palette-white': { baseColor: string; inkColor: string; }; }>; export const defaultInkCandidates: readonly string[]; export const defaultPatternBaseAlphaByStyle: Readonly<{ default: 0.5; diagonal: 0.48; vertical: 0.52; dots: 0.54; zigzag: 0.5; cross: 0.5; }>; export const defaultPatternSources: Readonly<{ diagonal: "/assets/images/chart-pattern-diagonal-lines.svg"; dots: "/assets/images/chart-pattern-dot-grid.svg"; vertical: "/assets/images/chart-pattern-grid-tight.svg"; zigzag: "/assets/images/chart-pattern-zigzag-chevron.svg"; cross: "/assets/images/chart-pattern-cross-diagonal.svg"; checker: "/assets/images/chart-pattern-checker-small.svg"; grid: "/assets/images/chart-pattern-grid-wide.svg"; }>; export function getNswChartPalette(options?: {}): {}; export function getNswAboriginalChartPalette(options?: {}): {}; export function parseColorToRgb(color: any): { r: number; g: number; b: number; } | null; export function parseColorToRgba(color: any): { r: number; g: number; b: number; a: number; } | null; export function getRelativeLuminance({ r, g, b }: { r: any; g: any; b: any; }): number; export function getContrastRatio(leftLuminance: any, rightLuminance: any): number; export function getContrastAtAlpha(baseColor: any, inkColor: any, alpha: any): number; export function getMinimumAlphaForContrast(baseColor: any, inkColor: any, options?: {}): number; export function getAutoInk(baseColor: any, darkColor?: string, lightColor?: string): string; export function getAccessibleInk(baseColor: any, options?: {}): any; export function getPatternInkAlpha(baseColor: any, inkColor: any, style: any, options?: {}): number; export function withAlpha(color: any, alpha: any): any; export function createPattern(input: any, options?: {}): any; export function clearPatternCache(): void; export function clearSvgCache(): void; export function preloadSvgPattern(source: any, key?: null): any; declare namespace chartUtilities { export { nswChartPaletteTokens }; export { defaultNswChartPalette }; export { nswAboriginalChartPaletteTokens }; export { defaultNswAboriginalChartPalette }; export { defaultNswInkIndex }; export { defaultInkCandidates }; export { defaultPatternBaseAlphaByStyle }; export { defaultPatternSources }; export { getNswChartPalette }; export { getNswAboriginalChartPalette }; export { parseColorToRgb }; export { parseColorToRgba }; export { getRelativeLuminance }; export { getContrastRatio }; export { getContrastAtAlpha }; export { getMinimumAlphaForContrast }; export { getAutoInk }; export { getAccessibleInk }; export { getPatternInkAlpha }; export { withAlpha }; export { createPattern }; export { clearPatternCache }; export { clearSvgCache }; export { preloadSvgPattern }; }