export interface VroomUILayout01Props {
    localDisplayName: string;
    participantsState: any;
    sdkState: any;
    attendees: any;
}
export default function VroomUILayout01(props: VroomUILayout01Props): JSX.Element;
