import { member } from "../../../core";
export interface IgnoreLayoutInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
}
export declare function IgnoreLayout(props: IgnoreLayoutInput): any;
//# sourceMappingURL=IgnoreLayout.d.ts.map