import { Theme } from '../../utils/theme'; declare const StyledProgress: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { theme: Theme; $percent: number; $color: string; $isTransparent?: boolean; }>> & string; declare const StyledMark: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { theme: Theme; $color: string; $value: number; }>> & string; export { StyledProgress, StyledMark };