import { default as ArrowsArrowRightSFill } from './arrows-arrow-right-s-fill.component.js';
export * from './arrows-arrow-right-s-fill.component.js';
export default ArrowsArrowRightSFill;
declare global {
    interface HTMLElementTagNameMap {
        'dap-ds-icon-arrow-right-s-fill': ArrowsArrowRightSFill;
    }
}
