///
declare const _default: ({ label, options, }: {
label: string;
options: {
id: A;
name: string;
}[];
}) => JSX.Element;
/**
* dropdown buttons
* @see https://getbootstrap.com/docs/4.0/components/dropdowns/#via-data-attributes
* does not seem to work without JS plugins
*/
export default _default;