export declare function ListButton({ onClick }: {
    onClick: () => void;
}): import("react/jsx-runtime").JSX.Element;
