/// /** * @public * @deprecated Use `CatalogFilterLayout` from `@backstage/plugin-catalog-react` instead. */ export declare const FilteredEntityLayout: (props: { children: React.ReactNode; }) => JSX.Element; /** * @public * @deprecated Use `CatalogFilterLayout.Filters` from `@backstage/plugin-catalog-react` instead. */ export declare const FilterContainer: (props: { children: import("react").ReactNode; options?: { drawerBreakpoint?: number | "xs" | "sm" | "md" | "lg" | "xl" | undefined; drawerAnchor?: "top" | "bottom" | "left" | "right" | undefined; } | undefined; }) => import("react").JSX.Element; /** * @public * @deprecated Use `CatalogFilterLayout.Content` from `@backstage/plugin-catalog-react` instead. */ export declare const EntityListContainer: (props: { children: import("react").ReactNode; }) => import("react").JSX.Element;