/**
 * The `Placeholder` component displays a muted text with some call to action,
 * usually used as an empty state.
 *
 * ### Attrs
 *
 * - `text`
 */
export default class Placeholder extends Component<import("../Component").ComponentAttrs, undefined> {
    constructor();
    view(): JSX.Element;
}
import Component from "../Component";
