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