interface StyleProps { } export declare const Child: import("styled-components").StyledComponent<"div", any, StyleProps, never>; export {};