import React from 'react'; import type { PoweredByProps as PoweredByUiComponentProps } from '../ui/PoweredBy'; type UiProps = Pick; export type PoweredByProps = Omit; export declare function PoweredBy(props: PoweredByProps): React.JSX.Element; export {};