export interface TocSeparator { readonly type: "TocSeparator"; readonly width?: number; } export interface TocSeparatorProps { readonly width?: number; } export declare function create(_props: TocSeparatorProps): TocSeparator; //# sourceMappingURL=toc-separator.d.ts.map