export interface Props { type: "spinner" | "ring"; } export declare function Preloader({ type }: Props): JSX.Element;