export declare function SspComponentsProvider(props: {
    children: JSX.Element | JSX.Element[];
}): JSX.Element;
