import { default as DapDSRating } from './rating.component';
export * from './rating.component';
export default DapDSRating;
declare global {
    interface HTMLElementTagNameMap {
        'dap-ds-rating': DapDSRating;
    }
}
