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