import { type Theme, type FlattenInterpolation } from '@elliemae/ds-system'; import type { SvgIconT } from './react-desc-prop-types.js'; interface StyledWrapperPropsT { size: SvgIconT.SizeType | undefined; svgColor?: string | undefined; width: string | number | undefined; height: string | number | undefined; } export declare const xxlSizes: FlattenInterpolation>; export declare const xlSizes: FlattenInterpolation>; export declare const lSizes: FlattenInterpolation>; export declare const mSizes: FlattenInterpolation>; export declare const sSizes: FlattenInterpolation>; export declare const xsSizes: FlattenInterpolation>; export declare const xxsSizes: FlattenInterpolation>; export declare const standarSizes: FlattenInterpolation>; export declare const getSize: (size: SvgIconT.SizeType | undefined) => FlattenInterpolation<{ theme: Theme; }>; export declare const StyledSvg: import("styled-components").StyledComponent<"svg", Theme, StyledWrapperPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"svg">, never>; export declare const StyledWrapper: import("styled-components").StyledComponent<"span", Theme, StyledWrapperPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>; export {};