/// type Props = { onClick?: () => void; }; export declare const SettingsButton: ({ onClick }: Props) => JSX.Element; export {};