/// import { ButtonProps } from "./ListItem"; interface FreeSearchActionProps extends Omit { index?: number; } export default function FreeSearchAction(props: FreeSearchActionProps): JSX.Element; export {};