export default ARROWS_DATA; declare namespace ARROWS_DATA { namespace DEFAULT_ARROW { export { DefaultArrow as SvgComp }; export const width: number; export const height: number; } namespace ARROW_2 { export { Arrow2 as SvgComp }; const width_1: number; export { width_1 as width }; const height_1: number; export { height_1 as height }; } namespace ARROW_3 { export { Arrow3 as SvgComp }; const width_2: number; export { width_2 as width }; const height_2: number; export { height_2 as height }; } namespace ARROW_4 { export { Arrow4 as SvgComp }; const width_3: number; export { width_3 as width }; const height_3: number; export { height_3 as height }; } namespace ARROW_5 { export { Arrow5 as SvgComp }; const width_4: number; export { width_4 as width }; const height_4: number; export { height_4 as height }; } namespace ARROW_6 { export { Arrow6 as SvgComp }; const width_5: number; export { width_5 as width }; const height_5: number; export { height_5 as height }; } namespace ARROW_7 { export { Arrow7 as SvgComp }; const width_6: number; export { width_6 as width }; const height_6: number; export { height_6 as height }; } } import DefaultArrow from "./components/defaultArrow.js"; import Arrow2 from "./components/arrow2.js"; import Arrow3 from "./components/arrow3.js"; import Arrow4 from "./components/arrow4.js"; import Arrow5 from "./components/arrow5.js"; import Arrow6 from "./components/arrow6.js"; import Arrow7 from "./components/arrow7.js"; //# sourceMappingURL=arrowsIconsData.d.ts.map