import type { DeepPartial } from '../../../Shared/Types';
import type Options from './HTMLComponentOptions';
declare const HTMLComponentDefaults: DeepPartial<Options>;
export default HTMLComponentDefaults;
