/** @component loading */ export declare class LoadingComponent { /** @option Prop to make the Loading animation small | false */ private small; readonly className: string; constructor(); }