import { MantineColorsTuple } from '@mantine/core';
export declare const PlasmaColors: {
    gray: MantineColorsTuple;
    action: MantineColorsTuple;
    navy: MantineColorsTuple;
    info: MantineColorsTuple;
    blue: MantineColorsTuple;
    red: MantineColorsTuple;
    critical: MantineColorsTuple;
    teal: MantineColorsTuple;
    new: MantineColorsTuple;
    yellow: MantineColorsTuple;
    warning: MantineColorsTuple;
    green: MantineColorsTuple;
    indigo: MantineColorsTuple;
    lime: MantineColorsTuple;
    success: MantineColorsTuple;
    purple: MantineColorsTuple;
};
//# sourceMappingURL=PlasmaColors.d.ts.map