export declare type LoaderType = {
    /** Change Loader color */
    color?: string;
};
