export declare type EventWithTarget = Event & { target: T; }; export declare type ResponsiveProps = Array | T;