import { FunctionComponent, VNode } from 'preact'; import { HTMLAttributes } from 'preact/compat'; export interface FacetProps extends HTMLAttributes { numberOfOptionsConfig?: number; header: VNode; buckets: VNode[]; last?: boolean; } export declare const Facet: FunctionComponent; //# sourceMappingURL=Facet.d.ts.map