import { ReblendTyping } from 'reblend-typing';
export default function Placeholder({ style, children, }: {
    style?: ReblendTyping.CSSProperties | string;
    children?: Reblend.JSX.Element;
}): never;
