import * as React from 'react'; export declare const Styled: ({ children }: { children: React.ReactNode; }) => JSX.Element; export declare function withStyles(Component: React.ComponentType): React.FC;