export interface ExcerptLengthState { length?: number; } export declare function getExcerptLengthInitialState(): ExcerptLengthState;