import { SvgIconProps } from "./types"; export default function SvgIconStyle({ src, color, sx, }: SvgIconProps): JSX.Element;