import type { TodoProps } from './types'; declare type TStyleProps = Pick; declare const _default: { DivStyled: import("styled-components").StyledComponent<"section", any, {}, never>; DivStyledContent: import("styled-components").StyledComponent<"div", any, TStyleProps, never>; SectionStyled: import("styled-components").StyledComponent<"section", any, {}, never>; }; export default _default; //# sourceMappingURL=Todo.styles.d.ts.map