import { default as SystemTimeFill } from './system-time-fill.component.js';
export * from './system-time-fill.component.js';
export default SystemTimeFill;
declare global {
    interface HTMLElementTagNameMap {
        'dap-ds-icon-time-fill': SystemTimeFill;
    }
}
