export type { ValidHex } from '../types'; export declare const isHex: (str: string) => RegExpMatchArray | null; export { default as createOverrides } from './createOverrides'; export { default as hexToRgba } from './hexToRgba'; export declare function getColour(category: any, key: any, options?: any): string;