import { HTMLProps, PropsWithChildren } from 'react';
export declare namespace Sink {
    function Root(props: PropsWithChildren<HTMLProps<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
    const Row: import("./util/PropsWithAs").ComponentWithAs<unknown, "div">;
    const Content: import("./util/PropsWithAs").ComponentWithAs<unknown, "div">;
    const Options: import("./util/PropsWithAs").ComponentWithAs<unknown, "div">;
    const Header: import("./util/PropsWithAs").ComponentWithAs<unknown, "header">;
    const Title: import("./util/PropsWithAs").ComponentWithAs<unknown, "p">;
}
