type Props = { limit?: boolean; }; export declare const DialControl: ({ limit }: Props) => import("react/jsx-runtime").JSX.Element; export {};