import { ComponentInternalInstance, Ref } from 'vue';
import { Props } from './shared';
export declare const createAttrs: (instance: ComponentInternalInstance, propsFromConfig: Ref<Props>) => {
    [x: string]: unknown;
};
