declare const whitelist: readonly ["id", "data-component", "data-testid", "data-tracking-event"]; export type Whitelist = typeof whitelist[any]; export type GlobalProps = Partial>; export declare const filterGlobalProps: (props: { [key: string]: any; }) => GlobalProps; export {};