import { CSS } from "./theme";
export declare type TAuraIcon = {
    label: string;
    color?: string;
    viewBox?: string;
    css?: CSS;
    className?: string;
};
