/** * @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?: "xs" | "sm" | "md" | "lg" | "xl" | number; drawerAnchor?: "left" | "right" | "top" | "bottom"; }; }) => import("react/jsx-runtime").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-runtime").JSX.Element;