export interface LayoutBlockProps {
    /** A string of unique identifier for the layout block. */
    blockId?: string;
    /** A HTML-compatible alias into `blockId` prop. */
    id?: string;
}
export declare const generateInputValidator: (from: string) => (element: unknown) => never;
