import { Part } from '../../Dropdown.types';
export declare function match(rawTarget: string, rawPattern: string): [boolean, Part[]];
