import { ComponentProps } from '@stitches/react'; export declare const SSvg: import("@stitches/react/types/styled-component").StyledComponent<"svg", {}, { smDown: "(max-width: 768px)"; }, import("@stitches/react/types/css-util").CSS<{ smDown: "(max-width: 768px)"; }, { colors: { grey5: string; grey6: string; teal: string; primary: string; primaryA50: string; primaryA10: string; onPrimary: string; gradientFrom: string; gradientTo: string; }; radii: { xl: string; lg: string; md: string; sm: string; }; }, import("@stitches/react/types/config").DefaultThemeMap, {}>>; export declare function Loader(props: ComponentProps): JSX.Element;