import { Colour } from "../types/Colours";
import { ThemeType } from "../types/theme";
export declare const radius: {
    small: string;
    normal: string;
    medium: string;
    large: string;
    round: string;
};
export declare const spacing: {
    xxsmall: string;
    xsmall: string;
    small: string;
    normal: string;
    medium: string;
    large: string;
    xlarge: string;
    xxlarge: string;
};
export declare function colour(role: Colour, theme: ThemeType): string;
