import { ButtonProps } from "@vnxjs/components";
import { ViewProps } from "@vnxjs/components/types/View";
export default function useSheetProps<P>(props: ButtonProps & ViewProps & P): [ButtonProps, P];
