import { type EmptyProps } from "./Empty";
export declare const Message: {
    NotFound: (props: Partial<EmptyProps>) => import("react/jsx-runtime").JSX.Element;
    NotAllowed: (props: Partial<EmptyProps>) => import("react/jsx-runtime").JSX.Element;
    NotEnabled: (props: Partial<EmptyProps>) => import("react/jsx-runtime").JSX.Element;
    MissingPermission: ({ what, ...props }: Partial<EmptyProps> & {
        what?: string;
    }) => import("react/jsx-runtime").JSX.Element;
};
