import { FirstArgument } from '@shopify/useful-types';
import { useHtmlAttributes } from '../hooks';
declare type Props = FirstArgument<typeof useHtmlAttributes>;
export declare function HtmlAttributes(props: Props): null;
export {};
