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