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