import { BvnComponentProps } from '../types/BootstrapVueOptions'; export declare function useDefaults>(props: T, name: keyof BvnComponentProps): T;