/// <reference types="react" />
import type { AuthorSelectProps } from './types';
export default function AuthorSelect({ label, noOptionLabel, authorList, selectedAuthorId, onChange: onChangeProp, }: AuthorSelectProps): JSX.Element | null;
//# sourceMappingURL=author-select.d.ts.map