/** @public */ export declare const filterPassingProps: (props: any, propsPassingFilter: string[]) => Record; /** @public */ export declare const getRootProps: (props: any, rooProps: string[]) => Record; /** @public */ declare const _default: { getRootProps: (props: any, rooProps: string[]) => Record; filterPassingProps: (props: any, propsPassingFilter: string[]) => Record; }; export default _default;