import React from "react"; import { MedosTheme } from "../core/theme/types"; import { Breakpoint } from "../core/theme/responsive"; export declare function getContainerStyles(theme: MedosTheme, prefix?: string, breakpoint?: Breakpoint): Record; export declare function getButtonStyles(theme: MedosTheme, prefix?: string, breakpoint?: Breakpoint): Record; export declare function getPhoneVerifyStyles(theme: MedosTheme, prefix?: string, breakpoint?: Breakpoint): Record; export declare function getPatientDetailsStyles(theme: MedosTheme, prefix?: string, breakpoint?: Breakpoint): Record; export declare function getSuccessStyles(theme: MedosTheme, prefix?: string): Record; export declare const CONTAINER_STYLES: Record; export declare const BUTTON_STYLES: Record; export declare const PHONE_VERIFY_STYLES: Record; export declare const PATIENT_DETAILS_STYLES: Record; export declare const SUCCESS_STYLES: Record;