export type SvgLinkType = {
    src: string;
    alt: string;
    caption?: string;
    width?: number;
    height?: number;
    style?: React.CSSProperties;
};
//# sourceMappingURL=SvgLinkType.d.ts.map