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