export declare enum PoLoadingIconSize { /** Extra small */ xs = "xs", /** Small */ sm = "sm", /** Medium*/ md = "md", /** Large*/ lg = "lg" }