/// <reference types="react" />
interface SvgProps {
    inline?: boolean;
}
declare const Svg: import("@emotion/styled-base").StyledComponent<import("react").SVGProps<SVGSVGElement>, SvgProps, import("@storybook/theming").Theme>;
export { Svg as default };
