export declare const classPrefix = ".mwg-";
export declare const borderRadius: (factor?: string) => string;
export declare const appendEllipsis = "\n  overflow-x: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n";
export declare const shadows: {
    large: string;
    medium: string;
    small: string;
};
export declare const mapAlignmentToFlex: (alignmentProp: any) => "flex-start" | "center" | "flex-end";
export declare const visuallyHidden = "\n  clip: rect(0 0 0 0); \n  clip-path: inset(50%);\n  height: 1px;\n  overflow: hidden;\n  position: absolute;\n  white-space: nowrap; \n  width: 1px;\n";
export declare const keyFrames: (name: string, rules: string) => string;
