export type EditorialLineupBlockProps = Readonly<{ title?: React.ReactNode; children?: React.ReactNode[]; type?: "default" | "wide"; cta?: React.ReactNode; previousLabel?: string; nextLabel?: string; }>; export declare const EditorialLineupBlock: ({ title, children, cta, type, previousLabel, nextLabel, ...rest }: EditorialLineupBlockProps) => import("react").JSX.Element; //# sourceMappingURL=EditorialLineupBlock.d.ts.map