export declare function filterSuirElementProps(props: Record<string, any>): {
    [k: string]: any;
};
