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