declare const calculateHoverColour: (backgroundColour: string, borderColour?: string) => string; export { calculateHoverColour };