export declare function useBooleanAttr(props: Record<string, any>, keys: string | string[]): Record<string, boolean>;
