import type { Theme } from '../styles/types'; import type { StyledComponentArgs } from './types'; import type { StyleObject } from 'styletron-standard'; export declare function getSvgStyles({ $theme, $size, $color, }: { $theme: Theme; $size?: any; $color?: any; }): StyleObject; export declare const Svg: import("styletron-react").StyletronComponent<"svg", StyledComponentArgs>;