/// /// export interface Props { disabled: boolean; focus: boolean; } declare const StyledWrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, Props>>; export default StyledWrapper;