import type { CSSProperties } from 'react'; export declare function toArray(candidate?: T | T[] | false): T[]; export interface NativeProps { className?: string; style?: CSSProperties & Partial>; tabIndex?: number; }