import { PropsWithChildren } from 'react'; /** Represents a component to show feedback within a Page. */ export declare const FeedbackBar: ({ children }: PropsWithChildren) => import("react").JSX.Element;