import { ComponentProps } from "solid-js"; export declare function useClassList(props: ComponentProps, ...customClassList: any): any; export declare function useStyle(props: any | ComponentProps<'div'>, customStyle: any): any;