declare type WithElementProps = TProps & Record & { children?: Node[]; }; export declare type AutocompleteElement = (props: WithElementProps) => TElement; export {};